Projects

Automated IP Reputation Tracking

Cyber Theat Intelligence
Threat Hunting
Automation
Risk Management

January 2023

IP adress blue background

Description

This project aimed to monitor the reputation of the company’s public IP addresses to detect compromise or hijacking attempts. The developed Python program:

  • Reads an Excel file listing all company public IPs.
  • Sends API requests to multiple CTI reputation databases.
  • Automatically alerts the incident detection team if any IP is flagged and updates a whitelist file for safe IPs.

This continuous monitoring system reduced reputational risks by ensuring rapid detection of malicious reports.

Technology used

  • Python
  • REST API